Class sjl.wrappers.PredGreaterEqualFloat
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class sjl.wrappers.PredGreaterEqualFloat

java.lang.Object
   |
   +----sjl.wrappers.PredGreaterEqualFloat

public class PredGreaterEqualFloat
extends Object
implements Predicate2
PredGreaterEqualFloat is a predicate object designed for comparing objects of type Float for relative ordering using the >= operator.

Copyright © 1996 Finn Bock


Constructor Index

 o PredGreaterEqualFloat()

Method Index

 o compare(Object, Object)
Convert the arguments to Float and compare the return values from the floatValue() method using the >= operator.

Constructors

 o PredGreaterEqualFloat
  public PredGreaterEqualFloat()

Methods

 o compare
  public boolean compare(Object o1,
                         Object o2)
Convert the arguments to Float and compare the return values from the floatValue() method using the >= operator.

All Packages  Class Hierarchy  This Package  Previous  Next  Index